home *** CD-ROM | disk | FTP | other *** search
- global vCurDoor, vG2Room0Obj
-
- on mouseDown
- if objectp(vG2Room0Obj) then
- registerMouseDown()
- clickSound()
- end if
- end
-
- on mouseUp
- if not validateMouseDown() then
- exit
- end if
- L0Goodbye(vG2Room0Obj)
- set vCurDoor to 8
- go("d8R")
- setCurrentObjectHierarchy(vG2Room0Obj)
- goLevel0()
- end
-